home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / cgazv5n5.arc / README.1ST < prev    next >
Text File  |  1991-09-23  |  2KB  |  50 lines

  1. The attached files are from the August/September 1991
  2. issue of C Gazette, Vol. 5, No. 5
  3.  
  4. All files, unless copyrighted by the author(s), are
  5. copyrighted by C Gazette and Oakley Publishing Inc. Your
  6. use of them is subject to your agreeing to the following
  7. terms:
  8.  
  9.         Source code may be used freely if authorship
  10.         and publication are acknowledged.
  11.  
  12.         Object code may be used freely.
  13.  
  14. Below is a list of the attached files.
  15.  
  16. For more information about C Gazette, the code-intensive
  17. C magazine for users of MS-DOS, Windows, and OS/2, contact:
  18.  
  19. Oakley Publishing
  20. P.O. Box 70167
  21. Eugene, OR 97401-0110
  22. USA
  23. (503) 747-0800
  24. (800) 234-0386
  25.  
  26. =============================================================
  27.  
  28. LZW*.*          Dwayne Phillip's article on data compression using the
  29.                 LZW (Zempel-Liv) string of folding recurring patterns
  30.                 by use of unique codes.
  31.  
  32. LIST*.*         Thomas Siering's exposé of the different kinds of exceptions:
  33.                 how to trigger them and how to trap them.
  34.  
  35. EVENT*.*        Kanhom Ng on event scheduling under Windows. Shows how
  36.                 to start one task from another at a preset time.
  37.  
  38. PROF*.*         OS/2 Execution profiler by Mark Florence.
  39.  
  40. XMS*.*          Comprehensive XMS interface with sample applications
  41.                 by David Babcock.
  42.  
  43. SETV.C          Testing the effects of setvbuf() on I/O performance
  44.                 by John Rex.
  45.  
  46. COLLECT.*       Bruce Eckel on using inheritance to create your own
  47. LISTIT.*        classes. Manager for a to-do list.
  48. TODOLIST.DAT
  49.  
  50. EXPRESS.Y       A yacc grammar for a small expression parser by Allen Holub.